home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / 140xpcom.zip / XPCOM140.CMP / XPCOM14 / DOCS / SECTION.001 < prev    next >
Text File  |  1993-11-22  |  17KB  |  374 lines

  1.                          XPCOM Version 1.4                Page : 1-1
  2.  
  3.     Getting Started .....
  4.  
  5.     If you have not already done so, install XPCOM using the procedures
  6.     outlined in the next section. The 'INSTALL' program will greatly
  7.     simplify your work. It does it all for you!.
  8.  
  9.     Now that the software is installed, it is time to learn how to use
  10.     XPCOM to it's fullest. The best way to start is to get it up and
  11.     running.
  12.  
  13.     At the DOS prompt (C:\ or whatever drive you are using) type XPCOM
  14.     and hit the enter key. There are several startup switches that you
  15.     may use, these are shown below. If you should ever forget these just
  16.     type 'XPCOM /?' and you will get this list.
  17.  
  18.     Command Line Options -
  19.  
  20.  
  21.         /A  ANSI Mode on program startup. Default is off.
  22.         /B# Screen Blanker Time.
  23.             # is blanker time in minutes. Default is 20 minutes.
  24.         /C  Configure XPCOM.  Allows the user to change current
  25.             program setup.
  26.         /I  Initialize the TNC. This is needed if the TNC
  27.             batteries are missing or are dead.
  28.         /R  Enter registration number.
  29.         /VL Default color setup for a laptop using a pseudo-CGA display.
  30.         /VM Default colors for a Monochrome display.
  31.         /VC Default color display.
  32.             This is the program default.
  33.  
  34.                 Example of a startup.
  35.  
  36.     'XPCOM /C /I /VC /A'
  37.  
  38.     This will start up the program, go through the configuration,
  39.     initialize the TNC parameters, set the screen to the default color
  40.     setup and enable the ANSI screen mode.
  41.  
  42.     NOTE the spaces between the commands are mandatory.
  43.  
  44.     If you use the /I startup switch this will load in the default TNC
  45.     parameters. This is handy if you like to use several different
  46.     programs with your TNC.
  47.  
  48.                          XPCOM Version 1.4                Page : 1-2
  49.  
  50.         OK so now what do I do ??
  51.  
  52.                 Well the program should be up and running at this point.
  53.                 That is, of course if all is going well. If not see the
  54.                 appendix on Troubles.
  55.  
  56.                 If the /I command is used the TNC will 'wake up' in VHF
  57.                 packet mode. Lets first try using the keyboard to change
  58.                 operating modes. Let's change from Packet to RTTY
  59.                 (Baudot). Press the F10 key, this will bring up the main
  60.                 menu (across the top of the screen).
  61.  
  62.                 Notice that all of the words have the first letter in a
  63.                 highlight color.  Press 'R' for RTTY,  you should now see
  64.                 something like...
  65.  
  66.  
  67.                               ╔════════════════════╗
  68.                               ║ HF  45 Baud  Alt-B ║
  69.                               ║ HF  57 Baud        ║
  70.                               ║ HF  75 Baud        ║
  71.                               ║ HF 100 Baud        ║
  72.                               ║ HF 300 Baud        ║
  73.                               ║ 5Bit Baudot        ║
  74.                               ║ 6Bit Baudot        ║
  75.                               ║ ASCII 110          ║
  76.                               ║ ASCII 300          ║
  77.                               ╚════════════════════╝
  78.  
  79.                 Using the cursor keys,  select 'HF 45 Baud' and press the
  80.                 enter key.  That's all there is to it.  But there is even an
  81.                 easier way.  Notice that next to the words 'HF 45 Baud'
  82.                 that 'Alt-B' also appears.  Well we could have just as
  83.                 easily changed from Packet to Baudot by pressing the Alt-B
  84.                 key and Accepting or Canceling the mode change.  If you
  85.                 are using the 'Hot Keys' to change operating modes, XPCOM
  86.                 will make you verify the mode change.
  87.  
  88.         Mode Hot Keys
  89.  
  90.                 The Hot Keys for the different modes are :
  91.  
  92.                         Alt-A   AMTOR ARQ mode.
  93.                         Alt-B   HF 45 Baud RTTY.
  94.                         Alt-F   AMTOR FEC Transmit mode,  put the
  95.                                 transmitter in the transmit mode.
  96.                         Alt-L   Toggle between ARQ Listen and AMTOR Listen
  97.                                 modes.
  98.                         Alt-N   HF 300 Baud Packet
  99.                         Alt-P   Pactor Listen
  100.                         Alt-W   VHF 1200 Baud Packet
  101.                          XPCOM Version 1.4                Page : 1-3
  102.  
  103.                 OK now let's switch back to over the AMTOR Listen mode
  104.                 (Alt-L). Now let's try calling CQ. Lets go ahead and use
  105.                 the default values for now.
  106.  
  107.                 Well press the F5 key. That's all there is to it. XPCOM
  108.                 will now send the CQ text as defined in the Operating
  109.                 Parameters Menu (under Setup) replacing any of the Text
  110.                 Macros (see section on Macros) with the appropriate
  111.                 text.
  112.  
  113.                 After the CQ has been sent and the transmitter has
  114.                 returned to receive mode, a count down clock will start
  115.                 up in the Status Window (see section on General Program
  116.                 Information) when that clock reached '0' another CQ will
  117.                 be sent. To end the CQ, simply press the F5 key again.
  118.  
  119.                 If you get a link up or call, press the F2 key and enter
  120.                 the other stations call sign. Once you get his name type
  121.                 CTRL-N and enter the name. All of this information goes
  122.                 into the Log Book (see section on Log Book operations).
  123.                 To enter the QTH press the CTRL-Q key, and the frequency
  124.                 may be entered by typing CTRL-F. Once you have the log
  125.                 data press CTRL-L to save the data.
  126.  
  127.                 Once the QSO is complete, press the F4 key for a final 73
  128.                 and link drop.   The F4 key is user definable, and may be
  129.                 modified in the operating parameters menu, under SETUP.
  130.  
  131.                 It is that simple, XPCOM is very easy to learn and use.
  132.  
  133.         Operating Hints...
  134.  
  135.                 Make full use of the Operating Parameters, Brag Files
  136.                 and Brag Text. These items combined with the correct
  137.                 macros can really save a lot of typing during a QSO.
  138.  
  139.                 Make sure that your computer clock is set. Anytime that
  140.                 you are using any of the Day/Time macros the data is
  141.                 taken from the computers' clock NOT the TNC's clock.
  142.  
  143.                 And most of all HAVE FUN. The digital modes are probably
  144.                 the most relaxing of anything that you can do in Amateur
  145.                 Radio.
  146.  
  147.  
  148.                          XPCOM Version 1.4                Page : 1-4
  149.  
  150.     Software Installation
  151.  
  152.     Hard Disk Operation
  153.  
  154.         To install XPCOM to your Hard Disk use the following steps
  155.  
  156.         1. Make a backup of your XPCOM diskette
  157.         2. Place your backup diskette into the appropriate drive
  158.         3. TYPE INSTALL.
  159.         4. When requested type the letter of the desired hard drive
  160.            XPCOM will default to C:\XPCOM, change if desired.
  161.         5. After the software files have been copied to your system
  162.            you may proceed to configuring XPCOM.
  163.  
  164.     Floppy Disk Operation
  165.  
  166.           To set up XPCOM for floppy based operation use the following
  167.           steps.
  168.  
  169.                1.   Make a backup of your XPCOM diskette, using
  170.                     standard DOS commands. From the DOS prompt type
  171.                     "diskcopy a: a: " follow the DOS instructions.
  172.                2.   Use this backup diskette as your
  173.                     operating diskette.
  174.                                                                                           Example :
  175.      Configuring XPCOM for the First Time
  176.  
  177.           After installing the software on your system, you
  178.           are ready to configure XPCOM.  Use the following
  179.           steps for initial configuration:
  180.  
  181.                  1. Be sure you have the following information
  182.  
  183.                     a.   COM Port (1,2,3 or 4)
  184.                     b.   LPT1, LPT2 or LPT3
  185.                     c.   TNC type
  186.                     d.   Radio type if rig interface is desired.
  187.  
  188.                        "TURN TNC ON NOW!"
  189.                          XPCOM Version 1.4                Page : 1-5
  190.  
  191.                  2. Type XPCOM /C at the DOS prompt.
  192.  
  193.                     e.g. C:\> XPCOM /C  /I /V#
  194.  
  195.                     where # :
  196.                                 L - Laptop
  197.                                 M - Monochrome
  198.                                 C - Color
  199.  
  200.                     /C and /I switches are used to set configure and
  201.                     initialize TNC.
  202.  
  203.                  3. You will be prompted for TNC information
  204.  
  205.                       ╔════════════════════════╗
  206.                       ║    Port One TNC Type   ║
  207.                       ║                        ║
  208.                       ║    [ ] PK-232 CMD:     ║
  209.                       ║    [X] PK-232 Host     ║
  210.                       ║    [ ] MFJ-1278        ║
  211.                       ║    [ ] Other           ║
  212.                       ║                        ║
  213.                       ║  Press 'ESC' to Exit   ║
  214.                       ╚════════════════════════╝
  215.                    Example of TNC Parameters Screen
  216.  
  217.     You will then be prompted for the COM Port information.
  218.  
  219.           ╔═══════════════════════════════════════════════════════╗
  220.           ║          TNC One Communications Parameters            ║
  221.           ║                                                       ║
  222.           ║    Baud Rate     Com Port      Parity     Stop Bits   ║
  223.           ║                                                       ║
  224.           ║    [ ] 300       [ ] COM1     [X] None      [X] 1     ║
  225.           ║    [ ] 1200      [X] COM2     [ ] Even      [ ] 2     ║
  226.           ║    [ ] 2400      [ ] COM3     [ ] Odd                 ║
  227.           ║    [ ] 4800      [ ] COM4                             ║
  228.           ║    [X] 9600                                           ║
  229.           ║    [ ] 19200                                          ║
  230.           ║                                                       ║
  231.           ║      Save         Cancel       IRQS         Exit      ║
  232.           ╚═══════════════════════════════════════════════════════╝
  233.                           Communications Port Screen
  234.  
  235.                     The above example shows a setting of :
  236.                     Baud Rate      =    9600
  237.                     COM Port       =    2
  238.                     Parity         =    1
  239.                     Stop Bits      =    1
  240.                          XPCOM Version 1.4                Page : 1-6
  241.  
  242.     It is suggested that the maximum available baud rate be used. This
  243.     avoids some of the overhead that with the AEA PK-232 Host Mode. XPCOM
  244.     was tested at 9600 baud, and runs well on all systems.
  245.  
  246.     To select the various parameters use your cursor keys to move to the
  247.     desired communications parameter. Then just press the return key and
  248.     this item will be selected. If you are using a mouse just click on
  249.     the item.
  250.  
  251.     After all parameters have been set click on or cursor to the SAVE
  252.     button in the lower left section of the box.
  253.  
  254.  
  255.     NOTE -> XPCOM 1.4  adds non-standard interrupt support.  If you are
  256.             using your TNC on a non-standard IRQ.  Be sure to configure
  257.             the correct com port IRQ.  XPCOM is delivered with the IRQ's
  258.             and port address's set to standard PC configuration.
  259.  
  260.     4.   Printer Port Configuration
  261.  
  262.     Selecting a printer required the same steps as the Communication
  263.     Parameters. The default Printer is LTP1.
  264.  
  265.                             ╔═══════════════╗
  266.                             ║ Printer Setup ║
  267.                             ║               ║
  268.                             ║    [X] LPT1   ║
  269.                             ║    [ ] LPT2   ║
  270.                             ║    [ ] LPT3   ║
  271.                             ║               ║
  272.                             ║      Save     ║
  273.                             ║               ║
  274.                             ║     Cancel    ║
  275.                             ║               ║
  276.                             ║      Exit     ║
  277.                             ╚═══════════════╝
  278.  
  279.     After all parameters have been set click on or cursor to the save
  280.     button in the lower section of the box.
  281.                          XPCOM Version 1.4                Page : 1-7
  282.  
  283.     5. Station information
  284.  
  285.                 ╔══════════════════════════════════════════╗
  286.                 ║             General Settings             ║
  287.                 ║                                          ║
  288.                 ║ Name     Gary___________                 ║
  289.                 ║ QTH      Mesa, Arizona_________________  ║
  290.                 ║ Station Call       KF7XP__               ║
  291.                 ║ Selcal             KFXP                  ║
  292.                 ║ Timezone           MST                   ║
  293.                 ║ GMT Diff in Hours  __7                   ║
  294.                 ║       (West of GMT is Positive)          ║
  295.                 ║                                          ║
  296.                 ║           Press 'ESC' to Exit            ║
  297.                 ╚══════════════════════════════════════════╝
  298.         The General Settings menu has several required inputs they
  299.         are listed below.
  300.  
  301.         a.  Your Name. This is your first name and should be as you wish
  302.             it to appear in outgoing text. This parameter is used for the
  303.             ~sn macro.
  304.  
  305.         b.  Your QTH. This parameter is used for the macro ~sq.
  306.  
  307.         c.  Your Station Call sign.  Used for macro ~sc.
  308.  
  309.         d.  Your AMTOR SELCAL. Macro ~ss.
  310.  
  311.         e.  Your TIME ZONE,  example Pacific Standard Time would be PST.
  312.  
  313.         f.  GMT Difference in Hours. This is the number of hours that
  314.             you are ahead / behind of GMT. If your QTH is behind GMT
  315.             then enter the number of hours as positive.
  316.  
  317.     Input the above parameters into the appropriate locations and press
  318.     the 'ESC' key to continue to TNC selection.
  319.  
  320.                          XPCOM Version 1.4                Page : 1-8
  321.  
  322.     6.  Transceiver Interface
  323.  
  324.         This option allows XPCOM to directly read the frequency into the
  325.         log from an attached transceiver.  In addition,  XPCOM offers a
  326.         Radio Control Panel that may be called by pressing 'Alt-O'
  327.         during program operation.
  328.  
  329.                     ╔══ Transceiver Interface═══╗
  330.                     ║                           ║
  331.                     ║      [ ] ICOM             ║
  332.                     ║      [ ] FT-757/767       ║
  333.                     ║      [ ] FT-990           ║
  334.                     ║      [ ] FT-1000          ║
  335.                     ║      [ ] OMNI VI          ║
  336.                     ║      [ ] Paragon          ║
  337.                     ║      [ ] TS-440/940       ║
  338.                     ║      [ ] TS-850/950       ║
  339.                     ║      [ ] None             ║
  340.                     ║                           ║
  341.                     ║  ICOM/TenTec Address  00  ║
  342.                     ║                           ║
  343.                     ║     ICOM Address Info     ║
  344.                     ║                           ║
  345.                     ║    Press 'ESC' to Exit    ║
  346.                     ╚═══════════════════════════╝
  347.  
  348.         If you using an ICOM radio and you do not know the correct
  349.         address for the radio,  use the arrow keys to move the high light
  350.         bar over ICOM Address Info and press enter.  This will display a
  351.         small chart of ICOM transceiver address's.
  352.  
  353.         If you are not using an interface,  simply select none.
  354.  
  355.         If you select one of the radios your screen should now display a
  356.         communications parameters screen.  Select the proper baud rate,
  357.         com port, parity and stop bits.
  358.  
  359.             NOTE -> XPCOM 1.4 adds non-standard interrupt support. If
  360.             you are using your radio on a non-standard IRQ. Be sure to
  361.             configure the correct com port IRQ.
  362.  
  363.     7.   At the point the TNC will be initialized.
  364.  
  365.     8.   If the program responds with the error " TNC did not respond
  366.          within a reasonable amount of time", check the following items.
  367.  
  368.                         a.   Turn power off the Computer
  369.                         b.   Turn power off to the TNC
  370.                         c.   Check all connection to the TNC
  371.                         d.   Restart computer and TNC
  372.                         e.   Retry initialization sequence
  373.                              Use XPCOM /I.
  374.